Policies
Get a furnishing policy by id.
Fetch a single furnishing policy by id, scoped to a network.
Parameters
policy_id : UUID.
Identifier of the furnishing policy to fetch.
network_id : UUID.
Network scope for the lookup.
Returns
result : FurnishingPolicyResult.
The matching furnishing policy.
Raises
NotFoundError.
If no furnishing policy with the given id is visible within the
given network scope.
Examples
GET /networks/policies/furnishing/{policy_id}?network_id=...
GET
Get a furnishing policy by id.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Network scope for the lookup.
Response
Successful Response
A furnishing policy as returned by the REST API.
Previous
Create a furnishing policyCreate a new furnishing policy shell for a (product, network) pair.
The ``(network_id, product_id)`` pair determines ``source_default_slug``
from the product catalogue path. Pipeline steps and runtime entries are
added later via workbook ingest or ``persistFurnishingPolicy``.
Next
Get a furnishing policy by id.